xen/arm: Rename cpu_boot_data to system_cpuinfo
authorBertrand Marquis <bertrand.marquis@arm.com>
Thu, 16 Sep 2021 06:25:36 +0000 (07:25 +0100)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Thu, 16 Sep 2021 21:15:43 +0000 (14:15 -0700)
commit3b78e2774a00c0341e99527179715e8cffcb0f36
tree57f70c3253af83ea8c47c312aec1d56d7f65e108
parent3918da3abd41d5b08ba4484711a70c1441ae4110
xen/arm: Rename cpu_boot_data to system_cpuinfo

As we will sanitize the content of boot_cpu_data it will not really
contain the boot cpu information but the system sanitize information.
Rename the structure to system_cpuinfo so the user is informed that this
is the system wide available feature and not anymore the features of the
boot cpu.
The original boot cpu data is still available in cpu_data.

Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/cpufeature.c
xen/arch/arm/setup.c
xen/arch/arm/smpboot.c
xen/include/asm-arm/cpufeature.h